projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eb65239
)
gnus-start.el (gnus-after-getting-new-news-hook): Add version tag.
author
Julien Danjou
<julien@danjou.info>
Fri, 24 Sep 2010 07:19:38 +0000
(07:19 +0000)
committer
Katsumi Yamaoka
<yamaoka@jpl.org>
Fri, 24 Sep 2010 07:19:38 +0000
(07:19 +0000)
lisp/gnus/gnus-start.el
patch
|
blob
|
history
diff --git
a/lisp/gnus/gnus-start.el
b/lisp/gnus/gnus-start.el
index d5880e81a782e407f8d4706813f4ab05ed15113a..5aec3e7b729f0876d571feda8d32a3f752f04005 100644
(file)
--- a/
lisp/gnus/gnus-start.el
+++ b/
lisp/gnus/gnus-start.el
@@
-428,6
+428,7
@@
This hook is called as the first thing when Gnus is started."
(defcustom gnus-after-getting-new-news-hook
'(gnus-display-time-event-handler)
"*A hook run after Gnus checks for new news when Gnus is already running."
+ :version "24.1"
:group 'gnus-group-new
:type 'hook)